{% extends 'base.html' %} {% load static %} {% block title %}{{ video.title }} - {{ site_settings.site_name|default:"خبرگزاری ایثار" }}{% endblock %} {% block content %}

{{ video.title }}

{{ video.publish_time|date:"Y/m/d" }} {{ video.views }} بازدید
{% if video.description %}
{{ video.description|linebreaks }}
{% endif %}
{% if related_videos %}

ویدئوهای مرتبط

{% for related in related_videos %} {% endfor %}
{% endif %} {% endblock %}